home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00018_QUIT.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  141 b   |  8 lines

  1. on mouseDown
  2.   set the visible of sprite (the clickOn + 5) to 1
  3.   puppetSprite(2, 0)
  4.   puppetSound("CLICK")
  5.   updateStage()
  6.   go("QUIT")
  7. end
  8.